Task56 基于fisco账户体系,使用公钥加密AES密钥并分发。再使用AES加密数据进行上链 #155
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
自定义任务
基于 fisco bcos2.0;go语言
使用2.0的账户体系的ECC非对称加密密钥(.pem文件),在保护各方密钥安全的情况下,收集公钥提供给合约的主导者,使用公钥加密AES密钥,再分发给各个使用者。
在加密速度(对称加密速度非常快)和安全性之间,取得了平衡。加密后的数据上链,合约使用方可以加密共享数据,保证了数据的安全性。
3.0理论上也适用,未测试。